'Declaration Public Property ResourceOverrides As ResourceDictionary
public ResourceDictionary ResourceOverrides {get; set;}
Note: In WPF the x:Key used for the resoure can either be the enum value or its exact string equivalent. In Silverlight however, since that framework only supports keys that are strings or Types, you can only use the string equivalent as the key.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2